Myghty Template Error

Error: Error: list index out of range
File: /usr/local/apache2/htdocs/allen/index.html line 240
Context: 237:
238: if id:
239: hashed = id.split('-')
240: if key.hash_val(hashed[1]) != id:
241: id = None
242: else:
243: id = hashed[1]
Traceback: /usr/local/apache2/htdocs/allen/index.html:240
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299


Original Stack Trace:

Error: Error: list index out of range
File: /usr/local/apache2/myghty/obj/main//allen/index.html.py line 63
Context: 60:
61: if id:
62: hashed = id.split('-')
63: if key.hash_val(hashed[1]) != id:
64: id = None
65: else:
66: id = hashed[1]
Traceback: /usr/local/apache2/myghty/obj/main//allen/index.html.py:63
/usr/local/lib/python2.4/site-packages/myghty/component.py:123
/usr/local/lib/python2.4/site-packages/myghty/request.py:387
/usr/local/lib/python2.4/site-packages/myghty/request.py:247
/usr/local/lib/python2.4/site-packages/myghty/exception.py:70
/usr/local/lib/python2.4/site-packages/myghty/request.py:268
/usr/local/lib/python2.4/site-packages/myghty/http/HTTPHandler.py:147
/usr/local/lib/python2.4/site-packages/myghty/http/ApacheHandler.py:29
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299